/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  5.x                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      binary;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

4
(
    floor
    {
        type            wall;
        inGroups        1(wall);
        nFaces          900;
        startFace       179000;
    }
    ceiling
    {
        type            wall;
        inGroups        1(wall);
        nFaces          900;
        startFace       179900;
    }
    sideWalls
    {
        type            wall;
        inGroups        1(wall);
        nFaces          200;
        startFace       180800;
    }
    frontAndBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          180000;
        startFace       181000;
    }
)

// ************************************************************************* //
